home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / HENSA / MATHS / PLPLOT / PLPLOT.ZIP / sys / dos / djgpp / cf / misc.in < prev    next >
Encoding:
Text File  |  1994-08-10  |  769 b   |  27 lines

  1. # -----------------------------------------------------------------------
  2. # $Id: misc.in,v 1.1 1994/08/10 01:08:23 mjl Exp $
  3. #
  4. # Maurice LeBrun
  5. # IFS, University of Texas at Austin
  6. # 22-Jul-1994
  7. #
  8. # Miscellaneous targets.
  9. # -----------------------------------------------------------------------
  10.  
  11. # Cleanup
  12.  
  13. clean:
  14.     -rm * shared/* ../lib/libpl*
  15.  
  16. # Autogeneration of dependencies.  Use gcc -MM because X11's "makedepend"
  17. # includes system headers, and that really sucks.
  18.  
  19. depend:
  20.     gcc -MM $(CORE_C) $(DRIVERS_C) $(UTIL_C) $(FSTUB_C) $(TCL_C) $(TK_C) \
  21.         | ./cvtdeps
  22.     @echo "Rerun configure for the new dependencies to take effect"
  23.  
  24. # -----------------------------------------------------------------------
  25. # Auto-generated dependency list follows (warning: it's ugly).
  26.  
  27.